curl --location --request POST 'https://premiums-api-staging.anopio.com/v2/seance/period/simulate-closed' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"email":"serge.beser@gmail.com"
}'{
"status": 200,
"data": {
"status_details": "SEANCE_SIMULATE_PERIOD_CLOSED_SUCCESS"
},
"request": {
"period_start": "string",
"period_end": "string"
}
}