Skip to content

Instantly share code, notes, and snippets.

@fclesio
Last active April 30, 2020 14:12
Show Gist options
  • Save fclesio/b7f6562605f606cf309dde47d35610d2 to your computer and use it in GitHub Desktop.
Save fclesio/b7f6562605f606cf309dde47d35610d2 to your computer and use it in GitHub Desktop.
Curl Command Layman Brothers
curl -X POST "http://127.0.0.1:8000/prediction?PAY_AMT6=1000&PAY_AMT5=2000&PAY_AMT4=300&PAY_AMT3=200&PAY_AMT2=450&PAY_AMT1=10000&BILL_AMT6=300&BILL_AMT5=23000&BILL_AMT4=24000&BILL_AMT3=1000&BILL_AMT2=1000&BILL_AMT1=1000&PAY_6=200&PAY_5=200&PAY_4=200&PAY_3=200&PAY_2=200&PAY_0=2000&AGE=35&MARRIAGE=1&EDUCATION=1&SEX=1&LIMIT_BAL=1000000" -H "accept: application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment