post http://localhost:3000/employees//documents
Submit document..
Log in to see full request history
Response
Submit document..
xxxxxxxxxx
curl --request POST \
--url http://localhost:3000/employees/employee_id/documents \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"cashflow"}'
Try It!
to start a request and see the response here! Or choose an example: