{
"cmd": "LPIN",
"tid": "123456",
"uid": "9004574775",
"nhp": "081910400347",
"sig": "6f1a17991d10ced5598e84a835e8db78"
}
Contoh Request:
curl --location --request POST 'https://localhost/api/dwimas.php' \
--header 'Content-Type: application/json' \
--data-raw '{
"cmd": "LPIN",
"tid": "123456",
"uid": "9004574775",
"nhp": "081910400347",
"sig": "6f1a17991d10ced5598e84a835e8db78"
}'
Contoh Response:
{
"code": "500",
"status": "Pin telah direset",
"data": null
}