curl --location 'https://hellgate.p4b.biz/gate/receive' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"email":"{{email}}",
"certificate":"{{certificate}}",
"key":"{{key}}",
"password":"{{key_password}}"
}'{}