curl --location 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//payments?send_email=undefined' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"successful_at": "string",
"source_transaction_id": "string",
"includes": [
"string"
],
"payment_method": "offline_tpa",
"payment_type": "payment"
}'