{
"name": "string",
"uid": 0,
"eid": 0,
"cid": 0,
"members": [
0
],
"start_date": null,
"end_date": null,
"status": 0,
"describe": "string"
}curl --location --request POST '/ent/program' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"uid": 0,
"eid": 0,
"cid": 0,
"members": [
0
],
"start_date": null,
"end_date": null,
"status": 0,
"describe": "string"
}'{}