I am able to read the assets but, it is failing whilst writing and I can create asset from GUI.
```
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/dsafasdfsadfasdf/v1/object/create' \
--header 'Authorization: Bearer sdfasdfertrethdgfghdsfgdfsgsdfgdsfgdfg' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"objectTypeId":"9","attributes":[{"objectTypeAttributeId":"45","objectAttributeValues":[{"value":"test"}]},{"objectTypeAttributeId":"82","objectAttributeValues":[{"value":"guidd"}]},{"objectTypeAttributeId":"83","objectAttributeValues":[{"value":""}]}],"hasAvatar":false,"avatarUUID":""}'
```
Response:
{"code":401,"message":"Unauthorized"}%
were you able to solve this problem? I get the same message in my environment for https://api.atlassian.com/jsm/assets/workspace
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.