Create-User
http://whatsapp.local
http://whatsapp.local
POST
/users
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://whatsapp.local/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "{{UserPassword}}",
"username": "{{UserUsername}}"
}'
Response Response Example
{
"users": [
{
"username": "username"
}
]
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 03:06:39