curl --request POST \
--url https://api.lapyme.com.ar/api/v1/accounting/inflation-adjustments/preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"occurred_at": "2023-12-25",
"coefficient": 123
}
'