roles_setting_show Permission, Token Scope, Not has RestrictionAuthorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/roles//setting' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"role_id": 1,
"color": "#000000",
"can_refund_before_passed_days": 1,
"max_test_in_day": 0,
"min_start_credit": 0,
"request_credit_up_due_after_pass_days": 1,
"max_refund_in_day": 0,
"max_refund_in_week": 0,
"max_refund_in_month": 0,
"min_of_credit_use_before_can_create_reseller": 1
}