Authorization: Bearer ********************
curl --location --request PUT 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/limites/contas//horario' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nighttimeStart": "20:00:00"
}'
{
"nighttimeStart": "20:00:00",
"idAccount": 2001,
"status": "APPROVED",
"requestDate": "2025-04-02T17:18:14.380Z",
"resultDeadline": "2025-04-02T17:18:14.380Z"
}