Authorization: Bearer ********************curl --location --request POST '/user//contact' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "string"
}'{
"success": true,
"message": "User fetched successfully",
"data": {
"id": "42eb3a01-1bc2-4f83-932c-80923eb0db55",
"username": "mansoor",
"name": "Mansoor",
"email": "mali92390@gmail.com"
}
}