Uploads the profile picture of the authenticated user by JWT.
OK
Bad Request
Forbidden
Not Found
curl -i -X POST \ https://login.xsolla.com/api/users/me/picture \ -H 'Authorization: YOUR_API_KEY_HERE' \ -H 'Content-Type: multipart/form-data' \ -F picture=string
{
}