curl --request POST \
--url https://ai-loop.alpeadria.com/api/v1/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"surname": "<string>",
"jobTitle": "<string>",
"city": "<string>",
"country": "<string>"
}
'