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