{ "name": "string", "mobile": "string" }
curl --location --request POST '/api/distribution/apply' \ --header 'token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "mobile": "string" }'
{}