{
"items": {
"client-file-key": {
"name": "string",
"mimeType": "string"
}
}
}curl --location --request POST 'https://test-api.talkamie.com/v1/signed/urls' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": {
"client-file-key": {
"name": "string",
"mimeType": "string"
}
}
}'{
"data": {
"items": {
"client-file-key": {
"fileUrl": "string",
"uploadUrl": "string"
}
}
}
}