Load Issue Type Avatar
Loads an avatar for the issue type.Specify the avatar's local file location in the body of the request. Also, include the following headers: * `X-Atlassian-Token: no-check` To prevent XSRF protection blocking the request, for more information see [Special Headers](#special-request-headers). * `Content-Type: image/image type` Valid image types are JPEG, GIF, or PNG.For example: `curl --request POST \ --user [email protected]: \ --header 'X-Atlassian-Token: no...