curl --location -g --request POST 'https://athathi.mgahed.com/api/{{locale}}/rate' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"rateable_id": 1,
"rateable_type": "room",
"rate": 5,
"comment": "Excellent!"
}'{}