auth-bearer: ********************curl --location --request POST '/report/dashboard/pendingSolicitationsByInsurance' \
--header 'auth-bearer: <api-key>'{
"data": {
"title": "string",
"labels": [
"string"
],
"datasets": [
{
"data": [
0
],
"backgroundColor": [
"string"
],
"borderColor": [
"string"
]
}
]
}
}