POST
Authorization: Bearer ********************
{ "media": "string" }
curl --location '/agent/integration/api/v1/users//profile-picture' \ --header 'x-spencer-request-id;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "media": "string" }'
"string"