Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request PUT \
--url https://api.wirespeed.co/team/platform-logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form type=dark \
--form file=@example-fileThis response has no body data.curl --request PUT \
--url https://api.wirespeed.co/team/platform-logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form type=dark \
--form file=@example-fileThis response has no body data.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.