curl --location --request PUT 'https://api.storyous.com/merchants//billingInfo' \
--header 'x-api-router-secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentBillingProvider": "chargebee"
}'{
"status": "OK"
}