curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/photos \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageUrls": [
"<unknown>"
]
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v2/analyze/photos \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageUrls": [
"<unknown>"
]
}
'