curl --request POST \
--url https://dash.betteruseblockchain.com/api/v1/token/nft/deploy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"network": "<string>",
"name": "<string>",
"symbol": "<string>",
"total": "<string>",
"decimals": 123,
"fromPrivateKey": "<string>",
"url": "<string>",
"toAddress": "<string>"
}'