{
"jwt" : "{{jwtBody}}"
}
curl --location --request POST '/cards/resume' \
--header 'Content-Type: application/json' \
--data-raw '{
"jwt" : "{{jwtBody}}"
}'
[
{
"account_id": "00008652",
"physical_cards_count": 1,
"virtual_cards_count": 1
}
]