{
"imageData": "string"
}curl --location --request PATCH 'http://localhost:8080/auth/me/addProfilePicture' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageData": "string"
}'{
"code": 0,
"result": "string",
"error": "string"
}