Service Now to Jira Add attachment

We are sending an attachment from snow to Jira and getting 200 response but empty response body .Also attachment not exists in the Jira issue

The same works well with post man

Hi @RameshChelliah,

I think we’d need a bit more information about what’s happening. Are you using the curl -D- -u admin:admin -X POST -H "X-Atlassian-Token: no-check" -F "file=@myfile.txt" https://your-domain.atlassian.net/rest/api/3/issue/TEST-123/attachments endpoint?

Can you also confirm other calls from your service are working using the same auth details?

Cheers,
Mel