POST
/api/v1/profile/send-otp
curl \
-X POST https://api.crawlora.com/api/v1/profile/send-otp \
-H "x-api-key: $API_KEY" \
-H "Content-Type: application/json"
Request examples
{}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}