{
message:'string'
timestamp:'string'
}curl --location --request GET 'https://access.sandbox.orzcash.com/v1/ping' \
--header 'Content-Type: application/json' \
--data-raw '{
message:'\''string'\''
timestamp:'\''string'\''
}'{
"code": 200,
"message": "pong",
"timestamp": "2022-11-09T10:34:18.277Z"
}