Authorization: Bearer ********************
{
"cmd": "info",
"tokenId": 12345
}
curl --location --request POST 'https://api.imaginepro.ai/api/v1/nova/commands' \
--header 'Content-Type: application/json' \
--data-raw '{
"cmd": "info",
"tokenId": 12345
}'
{
"success": true,
"messageId": "d15c1541-229a-442b-9873-d3494dede12a",
"createdAt": "2023-08-01T14:03:01.817Z"
}