curl --location --request POST 'https://api-uat.x-id.io/v6/cardinput/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": "Cardinput request",
"notification_title": "Sign Document",
"notification_description": "Please sign the document"
}'
{
"request_id": "string",
"expires_in": 0
}