curl --location -g --request POST '{{tessla}}/gratuity' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"gratuity": 900,
"booking_id": 16,
"description": "Dgdgf",
"rating": "5"
}'{}