curl --location --request GET 'https://test-api.talkamie.com/v1/availability/weekly' \
--header 'Authorization: Bearer user-access-token'{
"data": {
"<day_of_the_week_abbr>": [
{
"start": "string",
"end": "string"
}
]
}
}