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