post https://{baseUrl}/api/accounts/changeAvatar/
Only allows image files that are less than 100kb in size
Log in to see full request history
Response
200OK
Only allows image files that are less than 100kb in size
200OK
xxxxxxxxxx
curl --request POST \
--url https://your-instance.regscale.co/api/accounts/changeAvatar/strUsername \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here!