RESUME POSTING (web api interface kit)

Description for resume posting(web api intterface kit) .
resume posting
API URL : https://folkshr.aspinmanpower.com/Pages/InterviewRecruitment/InterviewLists.aspx
Input JSON

{
"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
Output JSON

{
"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]
}