Using Postman to edit issue's resolution field returns Bad Request (400)

Could anyone take a look at how to resolve this issue? Thanks:

Rest API Used:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put

Error:

Bad Request (400)

??? "400 - Bad Request" ??

java.text.ParseException: Invalid serialized unsecured/JWS/JWE object: Missing part delimiters (caused by Invalid serialized unsecured/JWS/JWE object: Missing part delimiters)

???JIRA??

Postman HTTP Request:

https://hangzhouace.atlassian.net/rest/api/3/issue/OPS-176?overrideScreenSecurity=true

BTW, I’m trying to do the similar thing as: Bulk Update Multiple Issue Resolutions - Adaptavist Library

Hi @YY1 ,

I believe this error is coming from the library Jira uses to parse JWT tokens. You could validate this by testing whether you can call the API successfully using basic auth with an API token generated from your profile screens. If that works, you’d then have to review your JWT creation logic. You can use a took like this one to view your generated tokens.

Regards,
Dugald