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