curl --location --request POST 'https://staging.api.joindapayments.com/auth/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "user3",
"password": "secure-password"
}'{
"status": "success",
"message": "An OTP has been sent to your email.",
"data": {
"username": "user3",
"otp": "611040"
}
}