curl --location -g --request POST '{{tessla}}/payment' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"booking_id": 3
}'{}