{
"name": "string",
"password": "string"
}
curl --location --request POST 'https://api.v2.rainyun.com/product/panel_users/' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"password": "string"
}'
{}