curl --location --request PUT '/api/v1/auth/profile' \
--header 'Authorization: Bearer <token>' \
--form 'fullName="John Doe"' \
--form 'email="abdullahyahaya2018+27@gmail.com"' \
--form 'phone="+2348089886543"' \
--form 'profile=@""'{
"data": {
"message": "Your account has been successfully been updated",
"status": true,
"user": {
"email": "abdullahyahaya2018+27@gmail.com",
"fullName": "John Doe",
"phone": "+2348089886543",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733831302/lz483hq34bv8yjyfegr9.png"
}
}
}