curl --location --request POST '/v1/user/verify/myself' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "user@example.com", "password": "pa$$word" }'
{ "access_token": "string", "freeid_account_id": "string" }