{
"idJobApplication": 0,
"status": "CONFIRMED"
}
curl --location --request PATCH 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/tracking/salary-offer/change-status' \
--header 'Content-Type: application/json' \
--data-raw '{
"idJobApplication": 0,
"status": "CONFIRMED"
}'
{
"message": "string",
"status": 0,
"data": "string"
}