Authorization: Bearer ********************curl --location --request PUT 'https://api.tenbyte.io/organization/billing/6647e800-95bc-46c9-b93e-a5a862818903/payment-methods' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payment_method_id": "pm_1SoMMSJUb3J64ugqU2nEZBt5"
}'{
"message": "Default payment method updated successfully.",
"success": true
}