POST /users
POST
/users
Headers
Body
Response
{ "status": "success", "status_code": 201, "message": "Virtual account creation in progress", "data": { "account_id": "va_67890", "account_number": "9876543210", "account_type": "savings", "currency": "USD", "created_at": "2023-05-27T14:45:00Z" } }
{ "error": "Invalid request" }
Last updated 2 months ago
Content-Type
application/json
Authorization
Bearer <token>
name
string
Name of the user
age
number
Age of the user