name and profile_picture.curl --location --request PATCH 'http://localhost:3000/api/v1/profile' \
--header 'Authorization: Bearer <token>' \
--form 'name=""' \
--form 'profile_picture=""'{
"status": "success",
"message": "Profile updated successfully.",
"data": {
"id": "7d32441461244ec75f9944407dbdab4bc14ba182",
"name": "Evelyn Flatley",
"profile_picture": "https://avatars.githubusercontent.com/u/83577504",
"updated_at": "2026-07-30T15:21:39.653Z"
}
}