Authorization: Bearer ********************curl --location --request POST '/desktop/business/resend/merge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "adeleke1402@gmail.com"
}'{
"success": true,
"message": "OTP sent successfully",
"data": {
"otp": "64113"
}
}