Authorization: Bearer ********************curl --location --request GET 'https://v1.vocu.ai/api/account/info' \
--header 'Authorization: Bearer <token>'{
"status": 200,
"message": "OK",
"user": {
"id": "3f602dce-85a2-4366-8a6e-0e326259bc2a",
"name": "Lora12",
"email": "Magdalen.Emmerich17@gmail.com",
"phone": "138****7320",
"avatar": "https://loremflickr.com/1444/2945?lock=1788586437341862",
"role": "user",
"isPaid": false,
"notifications": "20",
"credits": 99
}
}