api_access_token: ********************curl --location --request POST 'http://localhost:3030/api/v1/accounts//sla_policies' \
--header 'api_access_token: <api-key>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"first_response_time_threshold": 0,
"next_response_time_threshold": 0,
"resolution_time_threshold": 0,
"only_during_business_hours": false
}'{}