Authorization: Bearer ********************{
"email": "yusuf.hilside@gmail.com",
"emailConfirmation": "yusuf.hilside@gmail.com",
"firstName": "Johnny",
"lastName": "Depp",
"phoneNumber": "+2348412345678",
"gender": "male",
"countryId": 16,
"roleId": 5
}curl --location 'http://localhost:3000/api/v1/mentors' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "yusuf.hilside@gmail.com",
"emailConfirmation": "yusuf.hilside@gmail.com",
"firstName": "Johnny",
"lastName": "Depp",
"phoneNumber": "+2348412345678",
"gender": "male",
"countryId": 16,
"roleId": 5
}'{
"message": "Account created successful",
"status": "Success",
"data": {
"id": 32,
"email": "yuesuf.hilside@gmail.com",
"phoneNumber": "+234841244345678",
"reference": "0683c81d-43a7-4f87-a43e-83a5850f4e0e",
"systemRoleId": 11,
"countryId": 16,
"createdAt": "2025-07-10T08:02:32.270+00:00",
"updatedAt": "2025-07-10T08:02:32.271+00:00",
"mentor": {
"id": 19,
"employerId": 1,
"userId": 32,
"firstName": "Johnny",
"lastName": "Depp",
"gender": "male",
"createdAt": "2025-07-10T08:02:32.285+00:00",
"updatedAt": "2025-07-10T08:02:32.285+00:00"
}
}
}