curl --request POST \
--url http://localhost:8080/cabinet/admin/partners/applications/{application_id}/reject \
--header 'Content-Type: application/json' \
--data '
{
"comment": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Reject a partner application.
curl --request POST \
--url http://localhost:8080/cabinet/admin/partners/applications/{application_id}/reject \
--header 'Content-Type: application/json' \
--data '
{
"comment": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}