curl --location '/api/users/profile' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0IiwiZW1haWwiOiJ0ZXN0dXNlcjJAZXhhbXBsZS5jb20iLCJyb2xlIjoiY2xpZW50IiwiaWF0IjoxNzUzMjM0Nzc3LCJleHAiOjE3NTM4Mzk1Nzd9.rAPtoLlBnDL8gmkG8Mj_9Oyk9BtNwjf9wdjE-IiN2kQ'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"username": "string",
"email": "string",
"phone": null,
"country": null,
"address": null,
"avatar": null,
"role": "string",
"status": "string",
"createdAt": "string",
"updatedAt": "string"
}
}