curl --location --request PUT '/auth/account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "MD Sohel Mia",
"username": "mdsohelmia322",
"email": "sohelcs2222e1999@gmail.com",
"phone": "sohelcs2222e1999@gmail.com",
"gender": "male",
"language": "en",
"dob": "2019-08-24",
"bio": "Myname is sohel"
}'{
"message": "string",
"result": {
"id": "string",
"full_name": "string",
"username": "string",
"email": "string",
"phone": "string",
"gender": "string",
"avatar": "string",
"type": "string",
"country_code": "string",
"status": "string",
"language": "string",
"dob": "string",
"created_at": "string",
"last_active_at": "string"
},
"success": true
}