curl --request POST \
--url https://vulnix0.com/api/v1/user/me \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"name": "John",
"surname": "Doe",
"company_name": "Cyber Corp",
"receive_notification": true,
"profile_picture_url": "https://example.com/avatar.png"
}'