curl --location --request POST '/v1/freeid/user/verify/myself' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@example.com",
"password": "Password@12345!"
}'{
"freeid_account_id": "123456",
"name": "山田太郎",
"name_kana": "ヤマダタロウ",
"birth_date": "1990-01-01",
"user_id": "user-7890",
"phone_number": "+0810012345999",
"email": "test@example.com"
}