curl --location -g --request GET 'http:///V1/companyCredits/'
{
"items": [
{
"available_limit": 0,
"balance": 0,
"company_id": 0,
"credit_limit": 0,
"currency_code": "string",
"exceed_limit": true,
"id": 0
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}