curl --request PUT \
--url https://api.pcxpay.com/v1/kyb/status/{kyb_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "<string>",
"orgId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"reviewedBy": "<string>",
"reviewNotes": ""
}
'