curl --request POST \
--url https://api.closebot.com/agency/billing/refill/source/{sourceId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"amount": 123,
"currency": "<string>"
}
'curl --request POST \
--url https://api.closebot.com/agency/billing/refill/source/{sourceId} \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"amount": 123,
"currency": "<string>"
}
'