{
"id": 0,
"emergencyContactInformation": [
{
"id": 0,
"fullname": "string",
"primaryPhone": "string"
}
]
}
curl --location --request PUT 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/hiring/candidates/updateData/emergencyContactInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"emergencyContactInformation": [
{
"id": 0,
"fullname": "string",
"primaryPhone": "string"
}
]
}'
{
"message": "string",
"status": 0,
"data": {
"emergencyContactInformation": [
{
"id": 0,
"fullname": "string",
"primaryPhone": "string"
}
]
}
}