curl --location 'https://api-uat.x-id.io/v6/cardinput/redirect/request' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"callback_url": "https://xid.inc/home",
"state": "{{$guid}}",
"reason": "example reason"
}'