curl --location '/tokenize/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cnpj": "00000000000000",
"password": "string"
}'{
"accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.fake.access.token",
"expiresAt": "2026-09-02T18:02:00.000Z"
}