Introduction
The following is a code block with JavaScript language Introduction. This page is unique
curl --location --request POST 'localhost:8000/api/integration/players' \--header 'token: U78FtRBfsMAnecq_q3i8J' \--header 'Content-Type: application/json' \--data-raw '{"data": [{"Name": "abhay","Email": "[email protected]","Phone": "7666804987","Add": "","DOB": "24-02-1994","Gender": "male","Refercode": "","State": "Maharashtra","District": "Navi Mumbai","RefBy": "","Pincode": "400710","Country": "India","User_id": "98"}]}'
import React from 'react';
Supports multiple languages.
The following is a code block with diff. Lines with + highlighted in green shade indicating an addition. Lines with - highlighted in red shade indicating a deletion.
- const data = ['1','2'];+ const data = [1,2];