curl --request POST \
--url https://nimbussuite.com/api/v1/files/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'orgId=<string>' \
--form 'uuid=<string>'{
"url": "<string>"
}curl --request POST \
--url https://nimbussuite.com/api/v1/files/logo \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form 'orgId=<string>' \
--form 'uuid=<string>'{
"url": "<string>"
}Was this page helpful?