Authorization: Bearer ********************curl --location --request POST '/business/verify/merge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "ifeoluwa@mycantant.com",
"otp": "03682",
"business_name": "Smart business"
}'{
"success": true,
"message": "Business merged successfully",
"data": {
"id": 37,
"user_id": 3,
"business_type_id": null,
"name": "Smart business",
"country": "nigeria",
"state": "Jos",
"address": null,
"currency": "NGN",
"logo": null,
"is_default": false,
"is_verified": false,
"is_active": true,
"created_at": "2023-08-06T00:20:10.212+01:00",
"updated_at": "2023-09-07T21:04:20.729+01:00"
}
}