{
"YYYY-MM-DD": [
{
"start": "string",
"end": "string"
}
]
}
curl --location --request POST 'https://test-api.talkamie.com/v1/availability/custom' \
--header 'Authorization: Bearer user-access-token' \
--header 'Content-Type: application/json' \
--data-raw '{
"YYYY-MM-DD": [
{
"start": "string",
"end": "string"
}
]
}'
{
"data": {
"...custom...": "...availability-props..."
}
}