Authorization: Bearer ********************
{
"fileurl": "string"
}
curl --location --request POST 'https://api.upbooks.io/api/v1/asset/import' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileurl": "string"
}'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"type": "client",
"fileurl": "string",
"status": "pending",
"snapshot": {
"erroredRows": 0,
"insertedRows": 0,
"totalRows": 0
},
"note": [
"string"
]
},
"message": "string"
}