curl --location --request POST 'https://api-uat.x-id.io/v6/cardinput/redirect/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"redirect_url": "http://example.com/callback",
"state": "someState",
"reason": "example reason"
}'
{
"request_id": "req123",
"expires_in": 3600,
"redirect_url": "http://example.com/redirect"
}