Authorization: Bearer ********************
curl --location --request POST '/reviews/delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ "string" ] }'
{ "success": true, "message": "string" }