I can get a list of my assets fine using postman but when i try and create a new asset using an existing asset_type_id but it is not accepted and i get following error. What is wrong here? Here is the url used with my post. I am also only giving the 2 mandatory parameters.
https://kvik.freshservice.com/api/v2/assets?name=test1&asset_type_id=27000443966
{
"description": "Validation failed",
"errors": "
{
"field": "asset_type_id",
"message": "It should not be blank as this is a mandatory field",
"code": "invalid_value"
}
]
}