Admin - Resellers
Create a new reseller
post/api/resellers
Request body
Example request
{
"id": 1,
"name": "John Doe",
"username": "johndoe",
"password": "secret",
"email": "john@example.com",
"phone": "+1234567890",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001",
"country": "USA",
"company": "Acme Corp",
"email_verified_at": "2023-01-01T00:00:00Z",
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-02T00:00:00Z"
}Response
Reseller created