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