curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{id}/upload-media \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}Requires the waba_account:operate machine scope.
curl --request POST \
--url https://api.myscalev.com/v3/waba-accounts/{id}/upload-media \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file'{}