curl --request POST \
--url https://api.miteos.com/commerce/cards/issue \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"spending_limit": 123,
"task_id": "<string>",
"agent_id": "<string>",
"description": ""
}
'