curl --request POST \
--url https://api.rokcel.com/v1/bucket \
--header 'Content-Type: application/json' \
--data '{
"currency_id": 840,
"name": "My Airtel Account"
}'
Create A Bucket
curl --request POST \
--url https://api.rokcel.com/v1/bucket \
--header 'Content-Type: application/json' \
--data '{
"currency_id": 840,
"name": "My Airtel Account"
}'
"{{APP_TOKEN}}"