Authorization: Bearer ********************curl --location --request PUT 'https://api-staging.tenbyte.io/v1/organization/billing/33a02794-34a7-4cac-afe1-f2d1350c9192/payment-methods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"message": "Default payment method updated successfully.",
"success": true
}