{
"type": "string",
"data": {
"id": "string",
"account_id": "string",
"reason": [
{
"code": "string",
"message": "string"
}
],
"status": "INIT",
"reject_reason": "string",
"create_time": "string",
"update_time": "string",
"completed_time": "string"
}
}
curl --location --request POST 'https://demo-api.easypayx.com/legal_entity_request_success' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"data": {
"id": "string",
"account_id": "string",
"reason": [
{
"code": "string",
"message": "string"
}
],
"status": "INIT",
"reject_reason": "string",
"create_time": "string",
"update_time": "string",
"completed_time": "string"
}
}'
{}