curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/vision-ai/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"streetAddress": "<string>",
"state": "<string>",
"application": "<string>",
"imageUrls": "<array>",
"rejected": true
}
'curl --request POST \
--url https://revive-api-v2-production.herokuapp.com/v1/vision-ai/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"streetAddress": "<string>",
"state": "<string>",
"application": "<string>",
"imageUrls": "<array>",
"rejected": true
}
'