When I post a payload to the Backend API I get an unexpected response indicating that an invalid value was specified for the date field.
{
"type": "INVALID_VALUE",
"title": "Invalid value specified.",
"detail": "Invalid option \"Jan 01 2024\" for field 'ticket_date'.",
"see": "https://resources.journeyapps.com/v4/api/errors/INVALID_VALUE"
}
What format should I use when posting dates to the Backend API?