Authorization: Bearer ********************curl --location --request POST '/admin/create-admin-user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"name": "string",
"status": true
}'{
"success": true,
"message": "Success",
"data": {
"adminUser": {
"id": "073c2486-534c-4139-93ab-3033f1ea74d2",
"username": null,
"email": "hassan@yopmail.com",
"password": null,
"name": "Inez Wiegand",
"role": "admin",
"createdAt": "2025-09-24T15:08:45.259Z",
"updatedAt": "2025-09-24T15:08:45.259Z",
"status": false,
"isFirstLogin": true
}
}
}