curl --location --request POST 'https://api-uat.x-id.io/v6/reverification/request' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_title": "本人確認情報更新リクエストが届いています",
"notification_description": "扶養控除申告書記載のために提出してください",
"reason": "口座所有者の本人確認のために実施してください"
}'
{
"request_id": "ilOAn2yR9T0IgRgxX...Y4k0ZEwyV9-vlkmOmp01NzoRST1",
"expires_in": 300
}