I use postman test
POST /admin/api/2021-07/inventory_levels/set.json API
inventory_item_id is exist
location id is exist

this is my body
{
“inventory_level”: {“location_id”:61544890528, “inventory_item_id”:43179462197408,“available”:2}
}
response shows error “inventory_item_id”: “Required parameter missing or invalid”
X-Request-ID:171c35a2-f072-40a0-9203-fe73aabe1e07
I dont know what is going on . please help me check this problem


