curl --location --request POST 'https://api-sandbox.saaslogic.io/v1/subscriptions/6e023839c6104389aa3946a0b4ef9A/resources' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"usageDate": "2024-07-25T15:00:00",
"reportingType": "Add",
"usageDetails": [
{
"resourceId": "550e8400-e29b-41d4-a716-446655440000",
"value": 123.45,
"uomId": "550e8400-e29b-41d4-a716-446655440001"
}
]
}'
{
"message": "UN_AUTHORIZED"
}