curl --location --request POST '/auth/reset-passcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "laozofficial@gmail.com",
"otp": "132088",
"passcode": "0000"
}'{
"success": true,
"message": "Password updated successfully",
"data": {
"id": 48,
"first_name": "Laoz",
"last_name": "Ellsion",
"phone": "234909871231",
"email": "laozofficial@gmail.com",
"password": "$2b$10$vtgi57gFwwIMi.qRxN0G2O4tq3BGL8zRFByDWGnHs.IV.sFojYCaa",
"gender": "male",
"avatar": null,
"dial_code": "234",
"is_subscribed": true,
"email_verified": true,
"created_at": "2023-08-27T17:47:15.958+01:00",
"updated_at": "2023-08-28T16:13:58.060+01:00"
}
}