curl --request POST \
--url http://localhost:8080/cabinet/referral/partner/apply \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"website_url": "<string>",
"telegram_channel": "<string>",
"description": "<string>",
"expected_monthly_referrals": 1000000000
}
'{
"id": 123,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"company_name": "<string>",
"website_url": "<string>",
"telegram_channel": "<string>",
"description": "<string>",
"expected_monthly_referrals": 123,
"admin_comment": "<string>",
"approved_commission_percent": 123,
"processed_at": "2023-11-07T05:31:56Z"
}Submit partner application.
curl --request POST \
--url http://localhost:8080/cabinet/referral/partner/apply \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"website_url": "<string>",
"telegram_channel": "<string>",
"description": "<string>",
"expected_monthly_referrals": 1000000000
}
'{
"id": 123,
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"company_name": "<string>",
"website_url": "<string>",
"telegram_channel": "<string>",
"description": "<string>",
"expected_monthly_referrals": 123,
"admin_comment": "<string>",
"approved_commission_percent": 123,
"processed_at": "2023-11-07T05:31:56Z"
}Request to apply for partner status.
Successful Response
Application info for the user.