curl --location --request POST '/upload//complete' \
--header 'X-CSRF-Token;'{
"data": {
"file_id": "string",
"height": 0,
"thumbnail": "string",
"url": "string",
"width": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}