curl --location --request POST 'https://staging.api.joindapayments.com/accounts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "user1",
"email": "dev+user1@joindapayments.com",
"password": "secure-password"
}'{
"status": "success",
"message": "Account created successfully",
"data": {
"id": "18054546-93f0-47e5-900e-83f31edb92a4",
"username": "user3",
"email": "dev+user3@joindapayments.com",
"is_active": true,
"is_admin": false,
"created_at": "2025-12-17T13:05:42.157265Z",
"updated_at": "2025-12-17T13:05:42.157273Z"
}
}