curl --location 'http://localhost:8085/api/payment/collect' \
--header 'Content-Type: application/json' \
--data '{
"invalid_time": "string",
"to_username": "string",
"transaction_id": "string",
"transfer_id": "string"
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"cgi_cmd": 0,
"code": 0,
"error_message": "string",
"error_type": 0,
"message": "string",
"text": {
"value": "string"
}
},
"message": "string"
}