curl --location --request GET 'https://jjyun.atlassian.net/rest/agile/1.0/board' \
--header 'Authorization: Bearer bWFya2V0aW5nQGVtYWlsLmppanl1bi5jbjpIWkR1eTZOOHE3clFtTGxDSUdLRDBDNEE=' \
--header 'Accept: application/json' \
--header 'Cookie: atlassian.xsrf.token=d04ccce5-34cc-40ff-b60f-5b953eaea4e4_6622965f67860cad69e6919a2d882ad656055e7d_lout'
请求结果:{
"message": "Client must be authenticated to access this resource.",
"status-code": 401
}