Authorization: Bearer ********************curl --location --request POST '/desktop/add-users/complete-invitation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "cathedralmessiah98@gmail.com",
"passcode": "1234",
"phone": "+2349098311754",
"gender": "female",
"dial_code": "+234"
}'{
"success": true,
"message": "Invitation accepted",
"data": {
"user": {
"email": "cathedralmessiah98@gmail.com",
"first_name": "Cathedral",
"last_name": "Messiah",
"business_id": "2",
"gender": "female",
"phone": "+2349098311754",
"email_verified": true,
"dial_code": "+234",
"role": "PARTNER",
"created_at": "2024-11-08T15:17:35.470+01:00",
"updated_at": "2024-11-08T15:17:35.471+01:00",
"id": "3",
"fullName": "Cathedral Messiah"
},
"staff": {
"user_id": "3",
"business_id": "2",
"role": "PARTNER",
"created_at": "2024-11-08T15:17:35.717+01:00",
"updated_at": "2024-11-08T15:17:35.717+01:00",
"id": "3"
}
}
}