curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/ticket/file \
--header 'Content-Type: multipart/form-data' \
--form attachment=@example-file
Upload an Attachment
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/ticket/file \
--header 'Content-Type: multipart/form-data' \
--form attachment=@example-file
"{{sd-api-key}}"
"{{sd-dashboard-user-email}}"