Kirim Otp ( Kontak Kami )
Request
Body Parameterapplication/json
{
"email": "fathulhudoyo@gmail.com",
"nama_lengkap": "tester",
"judul_pesan": "tester masuk",
"isi_pesan": "tester tester tester tester"
}
Contoh Kode Request
curl --location 'https://ppid.animemusic.us/send-masukan' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "fathulhudoyo@gmail.com",
"nama_lengkap": "tester",
"judul_pesan": "tester masuk",
"isi_pesan": "tester tester tester tester"
}'
Response
application/json
{
"code": 0,
"message": "Otp Berhasil Terkirim Ke Email Anda fathulhudoyo@gmail.com"
}
Diubah pada 2025-04-30 04:38:30