curl --request POST \
--url https://api.getfernand.com/organization/hours \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"timezone": "America/New_York"
}
'{}curl --request POST \
--url https://api.getfernand.com/organization/hours \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"timezone": "America/New_York"
}
'{}Business hours updated successfully.
The response is of type object.
Was this page helpful?