Authorization: Bearer ********************curl --location --request PUT '/api/users' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"password": "string",
"phoneNumber": "string",
"dateOfBirth": "2019-08-24T14:15:22.123Z"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"email": "email@email.com",
"password": "stringst",
"active": true,
"isVerified": true,
"emailVerifyAt": "2019-08-24T14:15:22.123Z",
"profilePicture": "string",
"coverPhoto": "string",
"professionalTitle": "string",
"currentPosition": "string",
"company": "string",
"phoneNo": "string",
"website": "string"
}