{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"source_transaction_id": 0,
"successful_at": "2019-08-24",
"payment_method": "offline_tpa",
"payment_type": "payment"
}
curl --location --request POST 'https://rnters-staging.herokuapp.com/api/saas/me/bookings//payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"booking_amount_cents": 0,
"deposit_amount_cents": 0,
"source_transaction_id": 0,
"successful_at": "2019-08-24",
"payment_method": "offline_tpa",
"payment_type": "payment"
}'