Authorization: Bearer ********************
read
-For all accesscurl --location --request GET 'https://api.mediaconnect.no/capi/v1/client/stock' \
--header 'Authorization: Bearer <token>'
{
"productId": "CO27409",
"stockQuantity": 100,
"status": "instock"
}