{
"title": "string",
"body": "string",
"sound": "string"
}
curl --location --request POST 'https://open-api.coinank.com/api/webhook/push' \
--header 'apikey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"body": "string",
"sound": "string"
}'
{}