user_id identifies the profile that API keys minted with this session are linked to.curl --location '/v1/auth/verify-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"token": "123456"
}'{
"access_token": "string",
"refresh_token": "string",
"success": true,
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"
}