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