Authorization: Bearer ********************curl --location --request POST '/health/check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"models": [
"string"
],
"providers": [
"string"
],
"gateways": [
"string"
],
"force_refresh": false
}'{}