curl --request POST \
--url https://dash.betteruseblockchain.com/api/v1/subscription/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "ADDRESS_TRANSACTION",
"address": "<string>",
"network": "XDC"
}'