curl --request POST \
--url https://reprompt-mikhail--reprompt-fastapi-fastapi-app-dev.modal.run/{org}/place_enrichment/jobs/reprocess \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"place_ids": [
"<string>"
]
}
'