Authorization: ********************Device-Token: ********************curl --location --request POST '/api/reports/sites/bulk-update-prompts' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sites": [
{
"site_name": "string",
"prompt": "string"
}
]
}'{
"message": "Operation successful",
"data": {}
}