Created
October 26, 2018 15:43
-
-
Save madiodio/cc7cdacecfd61b8a3c14c2084b1e2c82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"method": "POST", | |
"url": "https://api.paps.sn/v1/createPickup", | |
"httpVersion": "HTTP/1.1", | |
"queryString": [ | |
{ | |
"name": "apiKey", | |
"value": "69bd76dc74ca1d0834de769e3947481a25a9389fc2e172ab1c33" | |
} | |
], | |
"postData": [ | |
{ | |
"name": "jobPickupAddress", | |
"value": "Fann Hock, Dakar, Sénégal" | |
}, | |
{ | |
"name": "timezone", | |
"value": "0" | |
}, | |
{ | |
"name": "jobPickupDatetime", | |
"value": "2018-10-23 00:00:00" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment