Authorization: ********************
{ "session_id": "s1d2e3f4-a5b6-7890-c1d2-e3f4a5b6c7d8", "otp": "1234" }
curl --location --request POST 'https://api.staging.vrtx.sa/onboarding/verify-otp' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "session_id": "s1d2e3f4-a5b6-7890-c1d2-e3f4a5b6c7d8", "otp": "1234" }'
{ "session_status": "STATUS_UNSPECIFIED" }