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-file'{
"message": "<string>",
"statusCode": 123
}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-file'{
"message": "<string>",
"statusCode": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.