Authorization: ********************curl --location --request PATCH '/api/v2/ktties//moments/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "string",
"timestamp": 0,
"timezone": "Australia/Sydney"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}