curl --request GET \
--url https://staging.cutmake.ai/api/v1/bom/{bom_id}/usage \
--header 'Authorization: Bearer <token>'{
"bomId": "<string>",
"usageCount": 123,
"items": [
{
"type": "<string>",
"id": "<string>",
"name": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://staging.cutmake.ai/api/v1/bom/{bom_id}/usage \
--header 'Authorization: Bearer <token>'{
"bomId": "<string>",
"usageCount": 123,
"items": [
{
"type": "<string>",
"id": "<string>",
"name": "<string>",
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]
}The access token received from the authorization server in the OAuth 2.0 flow.