curl --location 'https://stageapi.partake.ng/api/v2/auth/otp/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"purpose": "email_verification",
"channel": "email",
"actorType": "merchant",
"email": "yourancestor.irritable069@slmail.me"
}
// purpose: email_verification | phone_verification | password_reset
// channel: email | sms | whatsapp
// actorType: merchant | user
// email: required when channel is '\''email'\''
// phoneNumber: required when channel is '\''sms'\'' or '\''whatsapp'\'' (E.164 format, e.g. +2348012345678)'