Upload avatar
documentedUpload a new avatar image (PUT supported via _method=PUT).
POST /api/avatar/uploadAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/avatar/upload?ticket={{FLEEP_TICKET}}&_method=PUT" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: image/jpeg" \
-H "Content-Disposition: attachment; filename=\"{{$avatar_filename}}\"" \
--data-binary "@{{$avatar_file}}"