curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/nsr/validation/cases/batch' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"cases": [
{
"expected_valid": true,
"inquiry": "string",
"name": "string",
"response": "string"
}
]
}'