{"status": 200,"message": "page: 1, page_limit: 3, total shops: 3","data": []}
{"status_code": "401","message": "access_token not found! Please contact Nextify at [email protected] for help"}
{"status": 404,"message": "merchant_slug required!"}
{"status": 200,"message": "Success!","data": {"profile_id": "5e25c75b4f89b4656837924d"}}
curl -X POST \'{{ base_url }}/wifi_profiles?merchant_id_app={{ merchant_id_app }}' \-H 'Authorization: Bearer {{ access_token }}' \-H 'Content-Type: application/json' \-d '{"name": "vip1","session_timeout": "40","down_bw": "5","up_bw": "2","profile_type": "Default","tags": ["{{ id_tag }}"]"active": "True","expire": "4"}'
{"status": 200,"message": "Success!","data": {"profile_id": "5e25c75b4f89b4656837924d"}}
{"status": 404,"message": "profile already exists!"}
curl -X PUT \'{{ base_url }}/wifi_profiles?merchant_id_app={{ merchant_id_app }}&profile_id={{ profile_id }}' \-H 'Authorization: Bearer {{ access_token }}' \-H 'Content-Type: application/json' \-d '{"name": "vip4","session_timeout": "40","down_bw": "5","up_bw": "2","profile_type": "Default","active": "True","expire": "4"}'