Challenge:
Freshservice ITAM assets API not working as expected.
When calling POST or DELETE on /api/v2/itam/assets, response behaves like GET and returns asset data instead of creating or deleting the asset.
Expected:
POSTshould create ITAM assetDELETEshould delete ITAM asset
Actual:
- Both
POSTandDELETEreturnGET-like response
Please check behavior for /api/v2/itam/assets endpoint.
