restrictions_edit_my_createdPermission, Token Scope, Not has Restriction, you can update restrictions that you createrestrictions_edit_anyPermission, Token Scope, Not has Restriction, you can update any restrictionAuthorization: Bearer ********************curl --location --request PUT 'https://api.temlittoral.com/api/v1/restrictions/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'title=Test restrict Updated' \
--data-urlencode 'description=Test restrict transaction Updated' \
--data-urlencode 'permissions[]=transactions_see_all' \
--data-urlencode 'permissions[]=transactions_create'{
"id": 4,
"title": "Test restrict Updated",
"description": "Test restrict transaction Updated",
"batch": null,
"restrictable_type": "App\\Models\\User",
"restrictable_id": 2
}