Authorization: Bearer ********************
{
"uri": "string",
"type": "image",
"name": "string"
}
curl --location --request POST 'https://api.upbooks.io/api/v1/file' \
--header 'ORGANIZATION-ID: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"uri": "string",
"type": "image",
"name": "string"
}'
{
"data": [
[
null
]
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}