Advertisement
nubooya

Untitled

Mar 8th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. curl --location --request POST 'https://dev-api-mccp.mocogawe.com/webhook/student-insert' \
  2. --header 'Content-Type: application/vnd.api+json' \
  3. --header 'Accept: application/vnd.api+json' \
  4. --data-raw '{
  5. "student_nis": "12345678",
  6. "student_name": "Siska",
  7. "student_bod": "2020-09-01",
  8. "student_about": "tentang saya"
  9. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement