curl --location --request POST 'https://api.temlittoral.com/api/v1/restrictions/batch' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'title=Test restrict' \
--data-urlencode 'description=Test restrict transaction' \
--data-urlencode 'restrictable_type=user' \
--data-urlencode 'restrictable_ids[]=3' \
--data-urlencode 'restrictable_ids[]=4' \
--data-urlencode 'permissions[]=transactions_see_all' \
--data-urlencode 'permissions[]=transactions_index'