cURL
curl --request POST \ --url https://api.repromptai.com/v1/{org}/place_enrichment/jobs/reprocess \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "place_ids": [ "<string>" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response