curl --request POST \
--url https://api-v2.production.higg.org/api/v1/modulelastupdated/dct \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-developer-request-token: <api-key>' \
--data '
{
"from": 123,
"size": 123,
"assessmentIds": [
"<string>"
]
}
'