curl --location --request POST 'https://test-api.bringthisfood.com/v1/signed/urls/files' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": {
"client-file-key": {
"name": "string",
"mimeType": "string"
}
}
}'{
"success": true,
"statusCode": 200,
"data": {
"items": {
"client-file-key": {
"name": "string",
"mimeType": "string",
"url": "string",
"uploadUrl": "string"
}
}
}
}