{
"customerId":"",
"paymentMethodId":""
}
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/payment-mgt/save-payment-method' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId":"",
"paymentMethodId":""
}'
{}