@include('helpers.form_control', [ 'type' => 'text', 'class' => '', 'readonly' => true, 'label' => '', 'name' => 'options[endpoint]', 'value' => 'POST ' . route('automation_execute', [ 'uid' => $automation->uid, ]), 'help_class' => 'trigger', 'rules' => [], ])
{{ trans('messages.curl_example') }}:
curl -X POST -H "accept:application/json" -G \
{{ route('automation_execute', [
                'uid' => $automation->uid,
]) }} \
-d api_token={{ \Auth::user()->api_token }}