curl --request PATCH \
--url https://{tenant}.stamp.eu/rest/config/modules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modules": [
"<string>"
]
}
'{
"modules": [
"<string>"
]
}curl --request PATCH \
--url https://{tenant}.stamp.eu/rest/config/modules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"modules": [
"<string>"
]
}
'{
"modules": [
"<string>"
]
}