curl -X POST https://api.wpotp.com/v1/otp/send \
-H "Authorization: Bearer wpotp_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{ "recipient": "+905551112233" }'200 OK · response
{
"id": "otp_a1b2c3",
"status": "SENT",
"recipient": "+905551112233",
"expiresAt": "2026-05-17T12:05:00.000Z"
}