Authorization: Bearer ********************curl --location --request POST 'https://dev-api.idukki.io/business/uploadMediaByBusiness' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"files": [
{
"contentType": "image/png"
},
{
"contentType": "image/png"
}
],
"totalSizeOfMediaPayload": 7,
"comment":""
}'{}