Please add some one liners on how to use the api with curl Im kind of stuck at: ```bash curl -X GET 'https://pfsense/api/v1/system/api/' -d '{"client-id": "rufus", "client-token": "baghera"}' | jq '.' ```
Please add some one liners on how to use the api with curl
Im kind of stuck at: