{ "mobileNumber": "string" }
curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/notifications/latest-otp' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobileNumber": "string" }'
{ "otp": "string" }