cURL
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", "address": "123 Example St, Example City", "receive_notification": true, "profile_picture_url": "https://example.com/avatar.png" } '
{ "status": "success", "message": "Profile updated successfully" }
Updates profile information for the authenticated user.
A unique API Key.
"John"
"Doe"
"Cyber Corp"
"123 Example St, Example City"
true
Must end with .png, .jpg, .jpeg, .webp, or .gif
"https://example.com/avatar.png"
Profile updated successfully
"success"