cURL
curl --request GET \ --url https://commerce.driv.ly/api/holidays/{id}
{ "data": { "id": "<string>", "date": "2023-12-25", "name": "<string>" }, "success": true }
Holiday is uniquely identified by id
The number of levels of related objects to include in the response
Holiday Found
The response is of type object.
object