Authorization: Bearer ********************curl --location --request POST '/api/v2/business/complete-invitation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ellison.bincom@gmail.com",
"passcode": "1234",
"phone": "+2349098311754",
"gender": "male",
"dial_code": "+234"
}'{
"success": true,
"message": "Invitation accepted",
"data": {
"user": {
"email": "ellison.bincom@gmail.com",
"first_name": "lagbaja",
"last_name": "maskman",
"business_id": "1718",
"gender": "male",
"phone": "+2349098311754",
"email_verified": true,
"dial_code": "+234",
"role": "PARTNER",
"created_at": "2024-02-24T00:08:32.715+01:00",
"updated_at": "2024-02-24T00:08:32.716+01:00",
"id": "2243",
"fullName": "lagbaja maskman"
},
"staff": {
"user_id": "2243",
"business_id": "1718",
"role": "PARTNER",
"created_at": "2024-02-24T00:08:32.968+01:00",
"updated_at": "2024-02-24T00:08:32.968+01:00",
"id": "2191"
}
}
}