{
"url": "https://placewise.com/logo.png",
"file_type": "string",
"file_identifier": "string",
"file_sub_identifier": "string",
"file_name": "string"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/files/upload_from_url' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://placewise.com/logo.png",
"file_type": "string",
"file_identifier": "string",
"file_sub_identifier": "string",
"file_name": "string"
}'
{
"id": 0
}