curl --location --request POST '/api/Loja/AdicionarHorario/' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "horaFechamento": "string", "horaAbertura": "string", "diaSemana": "Sunday" }'