Setup Account Manager Comission
Create
Create a new Setup Account Manager Comission record.
post/api/cp/setup/account-manager-payment
Request body
Example request
{
"id": 12345,
"created_at": "2025-01-17T10:30:00Z",
"user_id": 1,
"amount": 99.99,
"currency": "USD",
"description": "A detailed description of the resource"
}Response
Successful response
Example response
{
"id": 12345,
"status": "OK"
}