Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. curl --location --request POST 'https://dqdp1godb8.execute-api.us-west-2.amazonaws.com/v1_staging/users/d5cbf163-4f43-4c8a-8ddf-ba605eb56037/uploadid' \
  2. --header 'Authorization: Bearer {token}' \
  3. --header 'Content-Type: application/x-www-form-urlencoded' \
  4. --header 'Content-Type: application/x-www-form-urlencoded' \
  5. --header 'Authorization: Bearer ewogICJhbGciOiAiSFMyNTYiLAogICJ0eXAiOiAiSldUIgp9.ewogICJlbWFpbCI6ICJ0ZXN0ZXJAeW9wbWFpbC5jb20iLAogICJuYW1laWQiOiAiYmY3ZWU2NWUtNGY3Yi00YTQ0LTg2ZTQtYjNmMTE0NDkxOThiIiwKICAiaWF0IjogIjAyLzE3LzIwMjAgMDQ6MDA6MzIiLAogICJuYmYiOiAxNTgxOTEyMDMyLAogICJleHAiOiAxNTgxOTk4NDMyLAogICJpc3MiOiAiU3Vwb25pYyIsCiAgImF1ZCI6ICJTdXBvbmljIFVzZXJzIgp9.yBb9r5LAm59R286oVUoSR9T0u-8YupU7H0elvvWLWYg' \
  6. --form 'type=passport' \
  7. --form 'number=123456789' \
  8. --form 'expiry=2020-02-02' \
  9. --form 'name=asdfasdf' \
  10. --form 'englishName=asdfasdf' \
  11. --form 'sex=male' \
  12. --form 'birthDay=2020-02-02' \
  13. --form 'countryCode=KR' \
  14. --form 'file=@/C:/Users/gcpth/OneDrive/Pictures/Amazing Lock Screen/AddoElephants_EN-US13305434742_1920x1200.jpg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement