Authorization: Bearer ********************curl --location '/fine_tuning/alpha/graders/validate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"grader": {
"type": "string_check",
"name": "string",
"input": "string",
"reference": "string",
"operation": "eq"
}
}'{
"grader": {
"type": "string_check",
"name": "string",
"input": "string",
"reference": "string",
"operation": "eq"
}
}