Difference between revisions of "Application/json"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | + | *<code>application/[[json]]</code> | |
− | * [[-H]] "Content-Type: [[application/json]]" | + | *<code>[[-H]] "Content-Type: [[application/json]]"</code> |
"accept: application/json" | "accept: application/json" | ||
"content: application/json" | "content: application/json" | ||
− | + | <code>[[application/x-www-form-urlencoded]]</code> | |
[[curl -H]] "Content-Type: [[application/json]]" [[--request]] [[POST]] [[--data]] '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login | [[curl -H]] "Content-Type: [[application/json]]" [[--request]] [[POST]] [[--data]] '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login |
Revision as of 12:58, 11 October 2021
application/json
-H "Content-Type: application/json"
"accept: application/json" "content: application/json"
application/x-www-form-urlencoded
curl -H "Content-Type: application/json" --request POST --data '{"email":"[email protected]","password":"YourPassword"}' https://api2.timedoctor.com/api/1.0/login
See also
Advertising: