Authorization: Bearer ********************{
"packId": 1,
"enabled": true
}curl --location --request POST '/selfService/resourcePack/byUserExtRelationId/1?relStr=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"packId": 1,
"enabled": true
}'{
"data": {
"id": 17
}
}