create
Developing
POST
http://localhost:1337/api/master/holidays
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/master/holidays' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "holi holiday",
"date": "2025-03-31",
"is_recurring": null,
"holiday_type": "Public",
"description": "niharika"
}'
Response Response Example
{}
Request
Body Params application/json