curl --request POST \
--url https://api.production.hyperoru.com/api/programs/validate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"language": "<string>"
}
'