{
"id": 9832,
"receiverType": 2,
"receiverId": 1800,
"notificationType": 2,
"relatedJobId": 5016,
"relatedResumeId": 24988,
"content": "string",
"sendTime": "2019-08-24T14:15:22Z",
"isRead": 0
}
curl --location --request POST '/app-api/pe/notification/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 9832,
"receiverType": 2,
"receiverId": 1800,
"notificationType": 2,
"relatedJobId": 5016,
"relatedResumeId": 24988,
"content": "string",
"sendTime": "2019-08-24T14:15:22Z",
"isRead": 0
}'
{
"code": 0,
"data": 0,
"msg": "string"
}